Package com.cisco.pt.ipc.sim.pdu
Interface CapwapControlMessageElement
- All Known Implementing Classes:
CapwapControlMessageElementImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getType
Short getType()- Returns:
- Short Returns a Short
-
setType
- Parameters:
type- Takes in a parameter of type
-
getLength
Short getLength()- Returns:
- Short Returns a Short
-
setLength
- Parameters:
length- Takes in a parameter of length
-
getValue
- Returns:
- List<Byte> Returns a List<Byte>
-
setValue
- Parameters:
value- Takes in a parameter of value
-